home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1994
/
MacHack 1994.toast
/
MacHack™ 1987-1994
/
MacHack™ '92
/
Talk & Papers ’92
/
PatchWorks Kit
/
<PatchWorks++>
/
Exceptions.c
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-05-30
|
423 b
|
24 lines
|
[
TEXT/KAHL
]
/*
Exceptions.c
C++ style exception handling.
Part of PatchWorks, the Extension Development Framework.
by Mouse Herrell & Patrick Beard.
Permission is granted to use this source code for any purpose, as long
as the copyright notice is maintained.
© 1992 Berkeley Systems, Inc.
*/
#include "Exceptions.h"
#ifndef __TYPES__
#include <Types.h>
#endif
int theException = 0;
ExceptionFrame* theFrame = nil;